 Subject E-Mail



Let your visitors send you e-mail with a predetermined subject! 

--------------------------------------------------------------------------------
 

<!-- ONE STEP TO INSTALL SUBJECT E-MAIL:

   1.  Paste the designated coding into the BODY of the HTML document  -->

<!--  STEP ONE:  Paste this last code into the BODY of your HTML document -->

<BODY>

<CENTER>
<FORM>

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<INPUT TYPE="button" VALUE="Click Here to Write to Me"
onClick="parent.location='mailto:spammer@earthling.net?
subject=This goes to the subject'">
</FORM>
</CENTER>

<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size:  0.57 KB  -->
